const go.pact.im/x/plumb/internal/solve.maxInstantiations
3 uses
go.pact.im/x/plumb/internal/solve (current package)
solve.go#L94: maxInstantiations = 5000
solve.go#L562: if s.instCount++; s.instCount > maxInstantiations {
solve.go#L563: return false, diag.Errorf(p.Pos, diag.ErrNonTerminating, "set %q exceeded %d instantiations; a provider appears to manufacture unboundedly larger types", s.name, maxInstantiations)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)